dvb_country_to_2letters

@brief Converts an enum dvb_country_t into Unix-like 2-letter Country code @ingroup ancillary

@param id enum dvb_country_t ID.

@return It returns the 2-letter country code string that corresponts to the Country. If not found, returns NULL.

extern (C)
const(char)*
dvb_country_to_2letters
(
int id
)

Meta